home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00111.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  150 b   |  10 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     cursor(4)
  4.     playSound("video")
  5.     unLoad()
  6.     unLoadCast()
  7.     go("story movie")
  8.   end if
  9. end
  10.